home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / TR-XMSG.ZIP / XMSG01.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1997-01-22  |  1KB  |  82 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     GetUser
  24.     Print "@X0Fn@X07ow @X0Fs@X07ending @X0Fm@X07essage@X08! "
  25.     FOpen 1, PPEPath() + "XMSG01.CFG", 2, 0
  26.     FGet 1, STRING001
  27.     Print "@X09· "
  28.     If (Ferr(1)) Goto LABEL002
  29.     :LABEL001
  30.     If (STRING001 == "") Goto LABEL002
  31.     Print "@X09· "
  32.     Message 10, STRING001, U_Name(), "synthetic", 0, 0, 0, 0, PPEPath() + "xmsg01.txt"
  33.     STRING001 = ""
  34.     FGet 1, STRING001
  35.     Print "@X09· "
  36.     If (Ferr(1)) Goto LABEL002
  37.     Goto LABEL001
  38.     :LABEL002
  39.     End
  40.  
  41. ;------------------------------------------------------------------------------
  42. ;
  43. ; Usage report (before postprocessing)
  44. ;
  45. ; ■ Statements used :
  46. ;
  47. ;    1       End
  48. ;    4       Goto 
  49. ;    1       Let 
  50. ;    4       Print 
  51. ;    3       If 
  52. ;    1       FOpen 
  53. ;    2       FGet 
  54. ;    1       GetUser
  55. ;    1       Message 
  56. ;
  57. ;
  58. ; ■ Functions used :
  59. ;
  60. ;    2       +
  61. ;    1       ==
  62. ;    2       Ferr()
  63. ;    1       U_Name()
  64. ;    2       PPEPath()
  65. ;
  66. ;------------------------------------------------------------------------------
  67. ;
  68. ; Analysis flags : No flag
  69. ;
  70. ;------------------------------------------------------------------------------
  71. ;
  72. ; Postprocessing report
  73. ;
  74. ;    0       For/Next
  75. ;    0       While/EndWhile
  76. ;    0       If/Then or If/Then/Else
  77. ;    0       Select Case
  78. ;
  79. ;------------------------------------------------------------------------------
  80. ;                 AEGiS Corp - Break the routines, code against the machines!
  81. ;------------------------------------------------------------------------------
  82.